home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spybot - Search and destroy 1.4 / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMBALLOON / TFORMBALLOON.txt < prev   
Text File  |  2005-05-31  |  1KB  |  72 lines

  1. object formBalloon: TformBalloon
  2.   Left = 275
  3.   Top = 388
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   ClientHeight = 85
  7.   ClientWidth = 248
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object labelBalloon: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 248
  22.     Height = 85
  23.     Align = alClient
  24.     Color = clInfoBk
  25.     TabOrder = 0
  26.     DesignSize = (
  27.       248
  28.       85)
  29.     object labelText: TLabel
  30.       Tag = 1
  31.       Left = 8
  32.       Top = 36
  33.       Width = 232
  34.       Height = 49
  35.       Anchors = [akLeft, akTop, akRight, akBottom]
  36.       AutoSize = False
  37.       Caption = 'Text'
  38.       WordWrap = True
  39.     end
  40.     object imgSymbol: TImage
  41.       Left = 8
  42.       Top = 8
  43.       Width = 16
  44.       Height = 16
  45.       Picture.Data = {<image000.ico>}
  46.     end
  47.     object labelCaption: TLabel
  48.       Left = 32
  49.       Top = 8
  50.       Width = 208
  51.       Height = 25
  52.       Anchors = [akLeft, akTop, akRight]
  53.       AutoSize = False
  54.       Caption = 'Caption'
  55.       Font.Charset = DEFAULT_CHARSET
  56.       Font.Color = clWindowText
  57.       Font.Height = -11
  58.       Font.Name = 'MS Sans Serif'
  59.       Font.Style = [fsBold]
  60.       ParentFont = False
  61.       WordWrap = True
  62.     end
  63.   end
  64.   object timerFadeOut: TTimer
  65.     Enabled = False
  66.     Interval = 100
  67.     OnTimer = timerFadeOutTimer
  68.     Left = 128
  69.     Top = 8
  70.   end
  71. end
  72.